home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / Add-Ons / MPW / MPW dmake 4.0 / mac / sysintf.h < prev    next >
Text File  |  1995-06-02  |  432b  |  22 lines

  1. /*
  2. ** assorted bits of system interface, for common routines inside dmake.
  3. ** System specific code can be found in the config.h files for each
  4. ** of the system specifications.
  5. */
  6. #define STAT stat
  7. #define VOID_LCACHE(l,m)
  8. #define Hook_std_writes(A)
  9. #define GETPID 1
  10.  
  11. /* for directory cache */
  12. #define CacheStat(A,B)    really_dostat(A,&buf)
  13.  
  14. /*
  15. ** standard C items
  16. */
  17.  
  18. /*
  19. ** Mac interface standard items
  20. */
  21. #define getswitchar()   '-'
  22.